home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / STUTTGART / LANG / C / LIB / DESKLIB / CORE / DeskLib / !DeskLib / !Help < prev    next >
Text File  |  1995-08-27  |  2KB  |  63 lines

  1.         Help for !DeskLib (Desklib compile-time resources)
  2.         ——————————————————————————————————————————————————
  3.  
  4. This application contains everything you need to write programs using
  5. functions from the DeskLib library - the library itself, plus the
  6. DeskLib header (.h) files. 
  7.  
  8. Once the filer has 'seen' this application, everything is set up ready
  9. for you to use it.
  10.  
  11. To see the header files, simply double-click the application - a filer
  12. window will appear in a convenient position at the right of the screen,
  13. containing all the header files (if you don't like the layout, it can
  14. be changed by editing the !Run file [hint: *help filer_opendir])
  15.  
  16. To #include the header files in your own code, use the form:
  17.   #include "DeskLib:Header.h"
  18.  
  19. (Note that there is a minor bug in Desktop C -  you will need to use 'cc
  20. -I,C: ...' instead of 'cc -IC: ...' for this #include pathname to work.)
  21.  
  22. To link with the DeskLib library, use something like:
  23.   link $(linkflags) C:o.Stubs DeskLib:o.DeskLib
  24.  
  25. For examples of this, look in the Examples directory.
  26.  
  27. Jason Williams May 1993
  28. Julian Smith May 1995
  29.  
  30.  
  31. DLL DeskLib
  32. ———————————
  33.  
  34. This directory now contains a '!DLLs' application-directory with the
  35. dynamically linkable versions of the DeskLib's sublibraries. You will
  36. need to add them to the main Straylight !DLLs application using
  37. !DLLMerge if you want to run programs which are built for use with the
  38. DeskLib DLLs.
  39.  
  40. See the file !DLSources.SDLS_Apps for information on how to build an
  41. application to use the dynamic linking version of DeskLib.
  42.  
  43.  
  44. DeskLib StrongHelp
  45. ——————————————————
  46.  
  47. The file '!DeskLib.Help' is a StrongHelp help-directory. This has been
  48. automatically generated from the DeskLib header files. The formating is
  49. rather crude in places, but there is a help page for every DeskLib
  50. function, typedef and global variable mentioned in the header files.
  51.  
  52. Note that '!DeskLib.Help' needs StrongHelp version 2 to work - the old
  53. StrongHelp uses a different format.
  54.  
  55.  
  56.  
  57. Version
  58. ———————
  59.  
  60. This is DeskLib version 2.30 .
  61.  
  62. Julian Smith
  63.